English Dictionary
◊ DID YOU MEAN SCHOOL ASSIGNMENT?
school assignment
n : a school task performed by a student to satisfy the teacher
English Computing Dictionary
◊ SINGLE ASSIGNMENT
single assignment
If a variable is only assigned a value once then an instance
of that variable is thereafter semantically equivalent to the
value. Thus a single assignment language is a {functional
language}.
See also {zero assignment}.